
ul {
	list-style-type: none;
}
a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #7f7f7f;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
a img, :link img, :visited img {
	border: 0;
}
/* 本特效css样式 */
.banner {
	position: relative;
	overflow: auto; background:url(../../qpimages/sy-cp-bj.jpg);
}
.banner li {
	list-style: none;
}
.banner ul li {
	float: left;
}
.banner .arrows {
	display: none;
}
.banner:hover .arrows, .banner.hover .arrows {
	display: block;
}
 @media only screen {
 .banner .arrows {
 -webkit-transition: opacity 0.4s;
 transition: opacity 0.4s;
 opacity: 0;
 display: block;
}
 .banner:hover .arrows,  .banner.hover .arrows {
 opacity: 1;
}
}
.banner .arrows {
	position: absolute;
	z-index: 20;
}
.banner .arrows .prev, .banner .arrows .next {
	position: absolute;
	width: 76px;
	height: 77px;
	font: 0/0 a;
	color: transparent;
	cursor: pointer;
}
.banner .arrows .prev {
	left: 0px; top:80px;
	background: url(../images/pl.png) no-repeat;
}
.banner .arrows .next {
	left: 1163px;top:80px;
	background: url(../images/pr.png) no-repeat;
}
.wrapper {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	zoom: 1;
}
.section4 {
	height: 660px;
}
.section4 .banner ul li {
	height: 660px;
}
.section4 .banner .arrows {
	top: 270px;
}
.section4 .dots {
	position: absolute;
	width: 1300px;
	height: 100px;
	top: 0px;
	text-align: center;
	font-size: 16px;
	background: #ffffff;
}
.section4 .dot {
	float: left;
	line-height: 50px;
	width: 220px;
	border-bottom: 0px solid;
	border-top: 0px solid #e8e8e8;
	cursor: pointer; background-color:#f5f5f5; margin:10px;border-radius:10px;
}
.section4 .dot1 {
	color: #333333;
	border-bottom-color: #e60000;
}
.section4 .dot1.active {
	background: #e60000;
	color: #ffffff;
}
.section4 .dot2 {
	color: #24adac;
	border-bottom-color: #a4f7f6;
}
.section4 .dot2.active {
	background: #a4f7f6;
}
.section4 .dot3 {
	color: #dc6f23;
	border-bottom-color: #edcfbb;
}
.section4 .dot3.active {
	background: #edcfbb;
}
.section4 .dot4 {
	color: #da4e4e;
	border-bottom-color: #f0b5b5;
}
.section4 .dot4.active {
	background: #f0b5b5;
}
.section4 .dot5 {
	color: #8344c3;
	border-bottom-color: #c0c8f4;
}
.section4 .dot5.active {
	background: #c0c8f4;
}
.section4 .dot6 {
	width: 170px;
	color: #1774e2;
	border-bottom-color: #b8e6fb;
}
.section4 .dot6.active {
	background: #b8e6fb;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */